バージョン

AverageDirectionalIndexIndicator<J>(String,IQueryable<J>) メソッド

チャートに追加する平均方向性指数インジケーター シリーズを作成します。
シンタックス
'宣言
 
Public Overloads Function AverageDirectionalIndexIndicator(Of J As Class)( _
   ByVal name As System.String, _
   ByVal dataSource As System.Linq.IQueryable(Of J) _
) As AverageDirectionalIndexIndicator(Of J)
public AverageDirectionalIndexIndicator<J> AverageDirectionalIndexIndicator<J>( 
   System.string name,
   System.Linq.IQueryable<J> dataSource
)
where J: class

パラメータ

name
シリーズに関連付ける一意の名前。
dataSource
シリーズに関連付けるデータ ソース。

型パラメータ

J
提供されたデータ ソース内の項目の型。

戻り値の型

シリーズを流れるようにビルドするラッパー。
参照

オンラインで表示: GitHub